-
Notifications
You must be signed in to change notification settings - Fork 83
Support 3.13 and 3.14 #703
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8f9d7d6 to
504d217
Compare
504d217 to
ba74740
Compare
bouweandela
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sverhoeven
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I create a package from the template, (thanks for the instructions). And was able to run the pytest/doc build/build with Python 3.14 via uv.
I agree with @bouweandela lets drop Python 3.10 and 3.11 from at least the CI workflows.
|
@bouweandela @sverhoeven Good point, I'll at least remove 3.10 and 3.11 from the CI matrix. |
Checklist before requesting a review
Type of change
List of related issues or pull requests
Refs:
Describe the changes made in this pull request
Instructions to review the pull request
Warning
Running the template's
toxtest locally runs into issues if your Python versions are installed throughuvsince they don't containpip. See this thread for details.Install the requirements
Create a new package using the template
Create a local git repo to push to GitHub to trigger CI actions